HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia
0.1.0 -
HL7 FHIR Implementation Guide: ZM-Core Release 1 - Zambia - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Encounter",
"id" : "zm-core-encounter-example-json",
"meta" : {
"profile" : [
🔗 "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-encounter"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter zm-core-encounter-example-json</b></p><a name=\"zm-core-encounter-example-json\"> </a><a name=\"hczm-core-encounter-example-json\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zm-core-encounter.html\">ZM-Core Encounter Profile</a></p></div><p><b>status</b>: Completed</p><p><b>class</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode AMB}\">ambulatory</span></p><p><b>type</b>: <span title=\"Codes:\">Clinic visit</span></p><p><b>subject</b>: <a href=\"Patient-zm-core-patient-example-json.html\">Grace Kapela Female, DoB: 1990-03-22 ( http://hapi.moh.gov.zm/fhir/sid/nrc#234567/12/2)</a></p><p><b>serviceProvider</b>: <a href=\"Organization-zm-core-organization-example-json.html\">Organization Chilenje First Level Hospital</a></p><p><b>actualPeriod</b>: 2025-11-20 10:00:00+0000 --> 2025-11-20 11:00:00+0000</p></div>"
},
"status" : "completed",
"class" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "AMB",
"display" : "ambulatory"
}
]
}
],
"type" : [
{
"text" : "Clinic visit"
}
],
"subject" : {
🔗 "reference" : "Patient/zm-core-patient-example-json"
},
"serviceProvider" : {
🔗 "reference" : "Organization/zm-core-organization-example-json"
},
"actualPeriod" : {
"start" : "2025-11-20T10:00:00Z",
"end" : "2025-11-20T11:00:00Z"
}
}